projects
/
libde265.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b2f7e
)
Disable neon.
author
Peter Michael Green
<plugwash@raspbian.org>
Thu, 15 Feb 2024 21:06:55 +0000
(21:06 +0000)
committer
Raspbian forward porter
<root@raspbian.org>
Thu, 15 Feb 2024 21:06:55 +0000
(21:06 +0000)
Gbp-Pq: Name disable-neon.patch
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 57cd26748415dd5a992528ccedfbd601c8dba120..178a2c15c81f3e60244ccd3d360ee6a2ee8cb9dd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-226,9
+226,9
@@
case $target_cpu in
if test x"$disable_arm" != x"yes"; then
AC_DEFINE(HAVE_ARM, 1, [Support ARM instructions])
- AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
- AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
- ax_cv_support_neon_ext=yes], [])
+
#
AX_CHECK_COMPILE_FLAG(-mfpu=neon, [
+
#
AC_DEFINE(HAVE_NEON, 1, [Support ARM NEON instructions])
+
#
ax_cv_support_neon_ext=yes], [])
AC_ARG_ENABLE(thumb,
[AS_HELP_STRING([--enable-thumb],